From 44d1e81ae961572dd4b00bf3bc4a918464711736 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 8 Oct 2020 17:58:37 +0200 Subject: [PATCH] glsl: Add a comment --- gsk/resources/glsl/preamble.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/resources/glsl/preamble.glsl b/gsk/resources/glsl/preamble.glsl index 091438b3b4..47cc21b004 100644 --- a/gsk/resources/glsl/preamble.glsl +++ b/gsk/resources/glsl/preamble.glsl @@ -15,7 +15,7 @@ precision highp float; struct GskRoundedRect { - vec4 bounds; + vec4 bounds; // Top left and bottom right // Look, arrays can't be in structs if you want to return the struct // from a function in gles or whatever. Just kill me. vec4 corner_points1; // xy = top left, zw = top right -- 2.30.2